home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / DIAGTOOL / POSTCODE.ZIP;1 / PXCODE.TXT next >
Encoding:
Text File  |  1994-06-18  |  6.0 KB  |  94 lines

  1.           Standard Phoenix BIOS Error Beep/Diagnostic Codes
  2.               Provided By Micro Firmware, Inc.
  3.           Phoenix BIOS Technical Support & Upgrades
  4.               405-321-8333  FAX: 405-321-8342
  5.  
  6. The Phoenix BIOS will issue an audible beep code in the event of a system
  7. error encountered during the Power On Self Test (POST).  A numeric value
  8. is also send to port 80h representing the current state of the POST.  In
  9. the event of a fatal system error during initialization, the code
  10. representing the portion of the POST causing the failure will be the last
  11. value sent to port 80h.
  12.  
  13. The code at port 80h is used by plug-in diagnostic boards that decode
  14. the contents of the port address and displays the numeric value on an
  15. LED display.  These diagnostic boards are available from a number of
  16. vendors, including Micro Firmware.
  17.  
  18. As any experienced technician knows, a failure at any given location does
  19. not necessarily mean that the particular part or section under test has
  20. actually failed.  For example, any problem with the motherboard address
  21. lines or local bus can cause the CMOS read/write test to fail, even though
  22. the CMOS RAM works perfectly.
  23.  
  24. If you require further details or assistance in dealing with a fatal
  25. system board error, you need to seek the assistance of a qualified computer
  26. service technician in your area.
  27.  
  28. ============================================================================ 
  29.  
  30. Port 80h  Beep 
  31.  Value    Code   Error/Test Description
  32. -------------------------------------------------------------------------   
  33.    01h    none   80286 register test in-progress
  34.    02h    1-1-3  CMOS write/read test in-progress or failure
  35.    03h    1-1-4  BIOS ROM checksum in-progress or failure
  36.    04h    1-2-1  Programmable Interval Timer test in-progress or failure
  37.    05h    1-2-2  DMA initialization in-progress or failure
  38.    06h    1-2-3  DMA page register write/read test in-progress or fail
  39.    08h    1-3-1  RAM refresh verification in-progress or failure
  40.    09h    none   1st 64K RAM test in-progress
  41.    0Ah    1-3-3  1st 64K RAM chip or data line failure - multi-bit
  42.    0Bh    1-3-4  1st 64K RAM odd/even logic failure
  43.    0Ch    1-4-1  1st 64K RAM address line failure
  44.    0Dh    1-4-2  1st 64K RAM parity test in_progress or failure
  45.    10h    2-1-1  1st 64K RAM chip or data line failure - bit 0
  46.    11h    2-1-2  1st 64K RAM chip or data line failure - bit 1
  47.    12h    2-1-3  1st 64K RAM chip or data line failure - bit 2
  48.    13h    2-1-4  1st 64K RAM chip or data line failure - bit 3
  49.    14h    2-2-1  1st 64K RAM chip or data line failure - bit 4
  50.    15h    2-2-2  1st 64K RAM chip or data line failure - bit 5
  51.    16h    2-2-3  1st 64K RAM chip or data line failure - bit 6
  52.    17h    2-2-4  1st 64K RAM chip or data line failure - bit 7
  53.    18h    2-3-1  1st 64K RAM chip or data line failure - bit 8
  54.    19h    2-3-2  1st 64K RAM chip or data line failure - bit 9
  55.    1Ah    2-3-3  1st 64K RAM chip or data line failure - bit A
  56.    1Bh    2-3-4  1st 64K RAM chip or data line failure - bit B
  57.    1Ch    2-4-1  1st 64K RAM chip or data line failure - bit C
  58.    1Dh    2-4-2  1st 64K RAM chip or data line failure - bit D
  59.    1Eh    2-4-3  1st 64K RAM chip or data line failure - bit E
  60.    1Fh    2-4-4  1st 64K RAM chip or data line failure - bit F
  61.    20h    3-1-1  master DMA register test in-progress or failure
  62.    21h    3-1-2  slave DMA register test in-progress or failure
  63.    22h    3-1-3  master interrupt mask register test in-progress or fail
  64.    23h    3-1-4  slave interrupt mask register test in-progress or fail
  65.    25h    none   interrupt vector loading in-progress
  66.    27h    3-2-4  keyboard controller test in-progress or failure
  67.    28h    none   CMOS power-fail and checksum checks in-progress
  68.    29h    none   CMOS config info validation in-progress
  69.    2Bh    3-3-4  screen memory test in-progress or failure
  70.    2Ch    3-4-1  screen initialization in-progress or failure
  71.    2Dh    3-4-2  screen retrace tests in-progress or failure
  72.    2Eh    none   search for video ROM in-progress
  73.    30h    none   screen believed operable:
  74.    30h    none   screen believed running w/ video ROM
  75.    31h    none   monochromatic screen believed operable
  76.    32h    none   40-column color screen believed operable
  77.    33h    none   80-column color screen believed operable
  78.    34h    4-2-1  timer tick interrupt test in_progress or failure
  79.    35h    4-2-2  shutdown test in_progress or failure
  80.    36h    4-2-3  gate A20 failure
  81.    37h    4-2-4  unexpected interrupt in protected mode
  82.    38h    4-3-1  RAM test in_progress or failure above address 0FFFFh
  83.    3Ah    4-3-3  Interval timer channel 2 test in_progress or failure
  84.    3Bh    4-3-4  Time-Of-Day clock test in_progress or failure
  85.    3Ch    4-4-1  Serial port test test in_progress or failure
  86.    3Dh    4-4-2  Parallel port test test in_progress or failure
  87.    3Eh    4-4-3  Math Coprocessor test in_progress or failure
  88.  
  89. Error codes in the 50h range are chip set or custom platform specific,
  90. and will vary from system to system.  Contact your system manufacturer
  91. for details.
  92.  
  93.  
  94.